Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Create jwt-cli.lua #590

Merged
merged 1 commit into from
Feb 26, 2020
Merged

Create jwt-cli.lua #590

merged 1 commit into from
Feb 26, 2020

Conversation

fmotrifork
Copy link
Contributor

A super fast CLI tool to decode and encode JWTs built in Rust

jwt-cli is a command line tool to help you work with JSON Web Tokens (JWTs). Like most JWT command line tools out there, you can decode almost any JWT header and claims body. Unlike any that I've found, however, jwt-cli allows you to encode a new JWT with nearly any piece of data you can think of. Custom header values (some), custom claim bodies (as long as it's JSON, it's game), and using any secret you need.

A super fast CLI tool to decode and encode JWTs built in Rust 

jwt-cli is a command line tool to help you work with JSON Web Tokens (JWTs). Like most JWT command line tools out there, you can decode almost any JWT header and claims body. Unlike any that I've found, however, jwt-cli allows you to encode a new JWT with nearly any piece of data you can think of. Custom header values (some), custom claim bodies (as long as it's JSON, it's game), and using any secret you need.
@bacongobbler bacongobbler merged commit 72f9289 into fishworks:master Feb 26, 2020
@fmotrifork fmotrifork deleted the patch-2 branch August 25, 2020 13:10
@fmotrifork fmotrifork mentioned this pull request Feb 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants